home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
pc
/
ganmac
/
eb.cst
/
00099_Field_another for problem.txt
< prev
next >
Wrap
Text File
|
1999-05-31
|
356b
|
15 lines
on mousedown
global mainframe,ww
if ww = the clickon then
nothing
else
go to frame mainframe
set xx to the name of member(the membernum of sprite the clickon)
set the visible of sprite value(xx) to true
set ww to the clickon
hide
set the visible of sprite value(xx) to true
updatestage
end if
end